home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-SPAR.{_A / VADDRS.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  900b  |  23 lines

  1. /* $Id: vaddrs.h,v 1.10 1998/05/14 13:36:01 jj Exp $ */
  2. #ifndef _SPARC64_VADDRS_H
  3. #define _SPARC64_VADDRS_H
  4.  
  5. /* asm-sparc64/vaddrs.h:  Here will be define the virtual addresses at
  6.  *                      which important I/O addresses will be mapped.
  7.  *                      For instance the timer register virtual address
  8.  *                      is defined here.
  9.  *
  10.  * Copyright (C) 1995,1998 David S. Miller (davem@caip.rutgers.edu)
  11.  */
  12.  
  13. /* Everything here must be in the first kernel PGD. */
  14. #define  DVMA_VADDR     0x0000000100000000ULL  /* Base area of the DVMA on suns */
  15. #define  DVMA_LEN       0x0000000040000000ULL  /* Size of the DVMA address space */
  16. #define  DVMA_END       0x0000000140000000ULL
  17. #define  MODULES_VADDR    0x0000000001000000ULL  /* Where to map modules */
  18. #define  MODULES_LEN    0x000000007f000000ULL
  19. #define  MODULES_END    0x0000000080000000ULL
  20.  
  21. #endif /* !(_SPARC_VADDRS_H) */
  22.  
  23.